home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 37 / CD Expert nº 37.iso / LastCall / lastcall.exe / stuff / lastcall.dxr / 00061_Mouse trap for jukebox.ls < prev    next >
Encoding:
Text File  |  2000-03-27  |  120 b   |  16 lines

  1. on mouseUp
  2.   nothing()
  3. end
  4.  
  5. on mouseDown
  6.   nothing()
  7. end
  8.  
  9. on mouseWithin
  10.   nothing()
  11. end
  12.  
  13. on mouseEnter
  14.   nothing()
  15. end
  16.